Skip to main content

Google Workspace

Description

The Google Workspace plugin lets you manage users, groups, and licenses in your Google Workspace domain. It supports adding, updating, and deleting users, managing group memberships, resetting passwords, assigning and removing licenses, and adding email aliases. The plugin authenticates using OAuth with a Client ID, Client Secret, and Refresh Token. Use this plugin when your workflows need to automate identity management, user provisioning, or access control in Google Workspace.

Prerequisites

  • Create Google developer console account. Use the following link to create the account, https://console.developers.google.com/.
  • Enable APIs for Google Admin SDK.
  • Client ID and Client Secret should be generated from the Credentials tab. In exchange for the Client ID and Client Secret, a Refresh token can be generated.

References

Google Workspace documentation, https://developers.google.com/admin-sdk/directory.

Note: For creating Client ID, Client Secret, and generating Refresh Token, see Annexure 18: Google Token Generation